hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
isPointInCircle
hip
math
collision
Undocumented in source. Be warned that the author may not have intended to support it.
bool
isPointInCircle
(T px, T py, T circleX, T circleY, T circleRadius)
bool
isPointInCircle
(Vector2 point, Vector2 circle, float radius)
pure nothrow @
nogc
@
safe
bool
isPointInCircle
(
in
Vector2
point
,
in
Vector2
circle
,
in
float
radius
)
Meta
Source
See Implementation
hip
math
collision
functions
isCircleInLine
isDynamicRectOverlappingRect
isPointInCircle
isPointInLine
isPointInLine2
isPointInRect
isRayIntersectingLine
isRayIntersectingRect
isRectOverlappingRect
resolveDynamicRectOverlappingRect
structs
RectWorld